home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- FILE : d3_lists.ph
- SHORTNAME : lists.ph
- SNNS VERSION : 3.2
-
- PURPOSE : private header for d3_lists.c
- NOTES :
-
- AUTHOR : Ralf Huebner
- DATE : 1.12.199
-
- CHANGED BY : Sven Doering
- IDENTIFICATION : @(#)d3_lists.ph 1.6 3/2/94
- SCCS VERSION : 1.6
- LAST CHANGE : 3/2/94
-
- Copyright (c) 1990-1994 SNNS Group, IPVR, Univ. Stuttgart, FRG
-
- ******************************************************************************/
- #ifndef _D3_LISTS_DEFINED_
- #define _D3_LISTS_DEFINED_
-
- /* begin global definition section */
-
- void d3_insertUnit (d3_unitPtrType **, int);
- void d3_displayUnitList (d3_unitPtrType *);
-
- /* end global definition section */
-
- /* begin private definition section */
-
- /* end private definition section */
-
- #endif
-
- /* end of file */
- /* lines: 26 */
-